substring-position(|substring>) input-seq
return the substring positions of "substring" for all kets in the input sequence
if the substring is not in a ket, then we return the empty ket |>
positions start at 1, not 0
if you just want to know if a substring is in the given input, then apply the do-you-know operator
if the parameter is more than one ket, merge all the positions together, probably don't want this!